From 4950ce2094ddbbb808bef067e6728e1a9b2dab2e Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Thu, 9 Jun 2005 08:23:19 +0000 Subject: [PATCH] bitkeeper revision 1.1662.1.19 (42a7fc77l8eaADfKlC54hXF6Q28YRQ) control.c: Add debug print to message receive. Signed-off-by: Christian Limpach --- linux-2.6.11-xen-sparse/drivers/xen/netback/control.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c b/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c index 7ffaa2f781..9392d5a3d2 100644 --- a/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c +++ b/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c @@ -10,6 +10,8 @@ static void netif_ctrlif_rx(ctrl_msg_t *msg, unsigned long id) { + DPRINTK("Received netif backend message, subtype=%d\n", msg->subtype); + switch ( msg->subtype ) { case CMSG_NETIF_BE_CREATE: -- 2.30.2